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

Enhance the base-build.xml to create all required directories [moved] #58

Closed
lvca opened this issue Dec 10, 2012 · 0 comments
Closed

Enhance the base-build.xml to create all required directories [moved] #58

lvca opened this issue Dec 10, 2012 · 0 comments

Comments

@lvca
Copy link
Member

lvca commented Dec 10, 2012

This is Issue 58 moved from a Google Code project.
Added by 2010-07-11T16:18:41.000Z by jmlug...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).

Original labels: Type-Enhancement, Priority-Low, v0.9.20

Original description

I propose that base-build.xml be enhanced to create the project.lib also if empty. In some cases the empty directories are not copied (this is a bug in mercurial, that I use locally), and the build fails.

Proposed patch

diff -r 4a824588a32d _base/base-build.xml
--- a/_base/base-build.xml  Sun Jul 11 18:00:31 2010 +0200
+++ b/_base/base-build.xml  Sun Jul 11 18:14:08 2010 +0200
@@ -25,6 +25,7 @@
    </target>

    <target name=&quot;compile&quot; depends=&quot;init&quot;>
+                <mkdir dir=&quot;${project.lib}&quot; />
        <javac destdir=&quot;${project.build}&quot; debug=&quot;${project.is-debug}&quot; debuglevel=&quot;${project.debug-level}&quot; target=&quot;${project.target-comp}&quot;>
            <src path=&quot;${project.src}&quot; />
            <classpath refid=&quot;project.classpath&quot; />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant