You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2006/03/31 18:31:53 UTC

[jira] Updated: (HARMONY-286) Add build-java and build-native targets to main build.xml

     [ http://issues.apache.org/jira/browse/HARMONY-286?page=all ]

Oliver Deakin updated HARMONY-286:
----------------------------------

    Attachment: build.targets.diff

Diff to add build-native and build-java targets to make/build.xml.

Now if you cd into the make directory and run "ant build-java" or "ant build-native", it will clean and build only the java or native code respectively.

Note: please apply HARMONY-287 at the same time. Before HARMONY-287 is applied, the build-native target expects deploy/jre/lib/boot/security.jar to exist, which may not if build-java has not been previously run. After HARMONY-287 this is not a problem.

> Add build-java and build-native targets to main build.xml
> ---------------------------------------------------------
>
>          Key: HARMONY-286
>          URL: http://issues.apache.org/jira/browse/HARMONY-286
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Priority: Minor
>  Attachments: build.targets.diff
>
> At the moment there are no targets in make/build.xml to clean and build only the native code or only the java code in classlib.
> I think it would be useful to have these as separate targets for convenience, so that when you are only working on Java code you need not recompile the native code entirely everytime, and vice versa.
> I will attach a patch with the necessary changes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira