Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added dependencies to the dependencies.xml in the eclipse ant build t… #119

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Leative
Copy link
Collaborator

@Leative Leative commented Jul 4, 2024

Trying to build the Eclipse plugin without triggering the whole MDEO build, I realized that the property ${dependencies.basedir}in uk.ac.kcl.inf.mdeoptimiser.interfaces.eclipse.target.target.template is not resolved during copying the file. Fixed this by adding dependencies to dependencies.xml in the repective build.xml.

@szschaler
Copy link
Member

I don't understand this fix. Looks like these are already tied in via depend.all. Wouldn't the correct fix be to change

<target name="depend.eclipse" depends="depend.maven">
to include the dependencies the same way as
<target name="depend.maven" depends="windows.directory.format, unix.directory.format">
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants