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 17:57:46 UTC

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

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


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


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

Posted by Oliver Deakin <ol...@googlemail.com>.
I wouldnt say wrong - just a different opinion :)

Ill get a patch together for it and attach it to the old JIRA.

Regards,
Oliver

Alexey Petrenko wrote:
> OK, guys.
> Seems I was wrong :)
>
> Let's create a patch and apply it!
>
> SY, Alexey
>
> 2006/9/18, Oliver Deakin <ol...@googlemail.com>:
>> Hi Alexey,
>>
>> At the time I was working on native code all over the place, and
>> since rebuilding our java classes takes a very long time on my
>> Windows box I found it useful to be able to just build all the natives.
>>
>> I dont mind if this issue is closed as it's not really a major problem
>> (also the patch is probably very out of date, although it should be 
>> fairly
>> easy to create a new one) - however, I think it is something that
>> is still useful, and if we can add it without much effort, then
>> why not?
>>
>> As for using "ant -f make/build-java.xml -Dbuild.module=awt build",
>> I believe that we discussed a little while ago that we would try to put
>> all main build targets into the top level build.xml, so that no 
>> developer
>> needs to directly execute the build scripts under make. IMHO it is
>> preferable to call "ant -Dbuild.module=awt build-java" in this case.
>>
>> If there is still interest in this feature, I can create an up-to-date
>> patch and attach it to the JIRA.
>>
>> Regards,
>> Oliver
>>
>> Alexey Petrenko wrote:
>> > Guys,
>> >
>> > I suggest to close this issue as "won't fix" because current build
>> > allows to build only specified module. And it is enough.
>> >
>> > Thoughts? Objections?
>> >
>> > SY, Alexey
>> >
>> > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
>> >>    [
>> >> 
>> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 
>>
>> >> ]
>> >>
>> >> Alexey Petrenko commented on HARMONY-286:
>> >> -----------------------------------------
>> >>
>> >> Current build allows to build only specified module. So I think that
>> >> this bug should be closed as "won't fix"
>> >>
>> >> > 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
>> >> >          Issue 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
>> >>
>> >>
>> >>
>> >
>> >
>>
>> -- 
>> Oliver Deakin
>> IBM United Kingdom Limited
>>
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
>
>

-- 
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Alexey Petrenko <al...@gmail.com>.
OK, guys.
Seems I was wrong :)

Let's create a patch and apply it!

SY, Alexey

2006/9/18, Oliver Deakin <ol...@googlemail.com>:
> Hi Alexey,
>
> At the time I was working on native code all over the place, and
> since rebuilding our java classes takes a very long time on my
> Windows box I found it useful to be able to just build all the natives.
>
> I dont mind if this issue is closed as it's not really a major problem
> (also the patch is probably very out of date, although it should be fairly
> easy to create a new one) - however, I think it is something that
> is still useful, and if we can add it without much effort, then
> why not?
>
> As for using "ant -f make/build-java.xml -Dbuild.module=awt build",
> I believe that we discussed a little while ago that we would try to put
> all main build targets into the top level build.xml, so that no developer
> needs to directly execute the build scripts under make. IMHO it is
> preferable to call "ant -Dbuild.module=awt build-java" in this case.
>
> If there is still interest in this feature, I can create an up-to-date
> patch and attach it to the JIRA.
>
> Regards,
> Oliver
>
> Alexey Petrenko wrote:
> > Guys,
> >
> > I suggest to close this issue as "won't fix" because current build
> > allows to build only specified module. And it is enough.
> >
> > Thoughts? Objections?
> >
> > SY, Alexey
> >
> > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> >>    [
> >> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930
> >> ]
> >>
> >> Alexey Petrenko commented on HARMONY-286:
> >> -----------------------------------------
> >>
> >> Current build allows to build only specified module. So I think that
> >> this bug should be closed as "won't fix"
> >>
> >> > 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
> >> >          Issue 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
> >>
> >>
> >>
> >
> >
>
> --
> Oliver Deakin
> IBM United Kingdom Limited
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Oliver Deakin <ol...@googlemail.com>.
Hi Alexey,

At the time I was working on native code all over the place, and
since rebuilding our java classes takes a very long time on my
Windows box I found it useful to be able to just build all the natives.

I dont mind if this issue is closed as it's not really a major problem
(also the patch is probably very out of date, although it should be fairly
easy to create a new one) - however, I think it is something that
is still useful, and if we can add it without much effort, then
why not?

As for using "ant -f make/build-java.xml -Dbuild.module=awt build",
I believe that we discussed a little while ago that we would try to put
all main build targets into the top level build.xml, so that no developer
needs to directly execute the build scripts under make. IMHO it is
preferable to call "ant -Dbuild.module=awt build-java" in this case.

If there is still interest in this feature, I can create an up-to-date
patch and attach it to the JIRA.

Regards,
Oliver

Alexey Petrenko wrote:
> Guys,
>
> I suggest to close this issue as "won't fix" because current build
> allows to build only specified module. And it is enough.
>
> Thoughts? Objections?
>
> SY, Alexey
>
> 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
>>    [ 
>> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 
>> ]
>>
>> Alexey Petrenko commented on HARMONY-286:
>> -----------------------------------------
>>
>> Current build allows to build only specified module. So I think that 
>> this bug should be closed as "won't fix"
>>
>> > 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
>> >          Issue 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
>>
>>
>>
>
>

-- 
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Oleg Khaschansky <ol...@gmail.com>.
> No, it doesn't work, at least for me.
Sorry, actually it does. I was trying to run it from the wrong dir.


On 9/15/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> > ant -f make/build-java.xml -Dbuild.module=awt build
> No, it doesn't work, at least for me.
>
> On 9/15/06, Alexey Petrenko <al...@gmail.com> wrote:
> > 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > > 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > > > > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > > > > Guys,
> > > > > >
> > > > > > I suggest to close this issue as "won't fix" because current build
> > > > > > allows to build only specified module. And it is enough.
> > > > > So there is the issue, due to this is not enough for some other
> > > > > developers. E.g., me also thinks that it would be nice to have.
> > > > Nice to have possibility to build ALL the java or ALL the natives?
> > > Usually a single module is worked on, but it can affect other modules as well.
> > > I do not think it matters to this issue.
> > So you want a possibility to build only java or native part of specific module?
> > If so you can do it in the following way:
> > ant -f make/build-java.xml -Dbuild.module=awt build
> >
> > >
> > > >
> > > > > --
> > > > > Regards,
> > > > > Alexey
> > > > >
> > > > > >
> > > > > > Thoughts? Objections?
> > > > > >
> > > > > > SY, Alexey
> > > > > >
> > > > > > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > > > > > >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> > > > > > >
> > > > > > > Alexey Petrenko commented on HARMONY-286:
> > > > > > > -----------------------------------------
> > > > > > >
> > > > > > > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> > > > > > >
> > > > > > > > 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
> > > > > > > >          Issue 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
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Alexey A. Petrenko
> > > > > > Intel Middleware Products Division
> > > > > >
> > > > > > ---------------------------------------------------------------------
> > > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > > > >
> > > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Alexey A. Petrenko
> > > > Intel Middleware Products Division
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Oleg Khaschansky <ol...@gmail.com>.
> ant -f make/build-java.xml -Dbuild.module=awt build
No, it doesn't work, at least for me.

On 9/15/06, Alexey Petrenko <al...@gmail.com> wrote:
> 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > > > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > > > Guys,
> > > > >
> > > > > I suggest to close this issue as "won't fix" because current build
> > > > > allows to build only specified module. And it is enough.
> > > > So there is the issue, due to this is not enough for some other
> > > > developers. E.g., me also thinks that it would be nice to have.
> > > Nice to have possibility to build ALL the java or ALL the natives?
> > Usually a single module is worked on, but it can affect other modules as well.
> > I do not think it matters to this issue.
> So you want a possibility to build only java or native part of specific module?
> If so you can do it in the following way:
> ant -f make/build-java.xml -Dbuild.module=awt build
>
> >
> > >
> > > > --
> > > > Regards,
> > > > Alexey
> > > >
> > > > >
> > > > > Thoughts? Objections?
> > > > >
> > > > > SY, Alexey
> > > > >
> > > > > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > > > > >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> > > > > >
> > > > > > Alexey Petrenko commented on HARMONY-286:
> > > > > > -----------------------------------------
> > > > > >
> > > > > > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> > > > > >
> > > > > > > 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
> > > > > > >          Issue 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
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Alexey A. Petrenko
> > > > > Intel Middleware Products Division
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Alexey A. Petrenko
> > > Intel Middleware Products Division
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
>
> --
> Alexey A. Petrenko
> Intel Middleware Products Division
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Alexey Petrenko <al...@gmail.com>.
2006/9/15, Alexey Varlamov <al...@gmail.com>:
> 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > > Guys,
> > > >
> > > > I suggest to close this issue as "won't fix" because current build
> > > > allows to build only specified module. And it is enough.
> > > So there is the issue, due to this is not enough for some other
> > > developers. E.g., me also thinks that it would be nice to have.
> > Nice to have possibility to build ALL the java or ALL the natives?
> Usually a single module is worked on, but it can affect other modules as well.
> I do not think it matters to this issue.
So you want a possibility to build only java or native part of specific module?
If so you can do it in the following way:
ant -f make/build-java.xml -Dbuild.module=awt build

>
> >
> > > --
> > > Regards,
> > > Alexey
> > >
> > > >
> > > > Thoughts? Objections?
> > > >
> > > > SY, Alexey
> > > >
> > > > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > > > >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> > > > >
> > > > > Alexey Petrenko commented on HARMONY-286:
> > > > > -----------------------------------------
> > > > >
> > > > > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> > > > >
> > > > > > 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
> > > > > >          Issue 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
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Alexey A. Petrenko
> > > > Intel Middleware Products Division
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Alexey Varlamov <al...@gmail.com>.
2006/9/15, Alexey Petrenko <al...@gmail.com>:
> 2006/9/15, Alexey Varlamov <al...@gmail.com>:
> > 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > > Guys,
> > >
> > > I suggest to close this issue as "won't fix" because current build
> > > allows to build only specified module. And it is enough.
> > So there is the issue, due to this is not enough for some other
> > developers. E.g., me also thinks that it would be nice to have.
> Nice to have possibility to build ALL the java or ALL the natives?
Usually a single module is worked on, but it can affect other modules as well.
I do not think it matters to this issue.

>
> > --
> > Regards,
> > Alexey
> >
> > >
> > > Thoughts? Objections?
> > >
> > > SY, Alexey
> > >
> > > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > > >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> > > >
> > > > Alexey Petrenko commented on HARMONY-286:
> > > > -----------------------------------------
> > > >
> > > > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> > > >
> > > > > 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
> > > > >          Issue 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
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Alexey A. Petrenko
> > > Intel Middleware Products Division
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
>
> --
> Alexey A. Petrenko
> Intel Middleware Products Division
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Alexey Petrenko <al...@gmail.com>.
2006/9/15, Alexey Varlamov <al...@gmail.com>:
> 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > Guys,
> >
> > I suggest to close this issue as "won't fix" because current build
> > allows to build only specified module. And it is enough.
> So there is the issue, due to this is not enough for some other
> developers. E.g., me also thinks that it would be nice to have.
Nice to have possibility to build ALL the java or ALL the natives?

> --
> Regards,
> Alexey
>
> >
> > Thoughts? Objections?
> >
> > SY, Alexey
> >
> > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> > >
> > > Alexey Petrenko commented on HARMONY-286:
> > > -----------------------------------------
> > >
> > > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> > >
> > > > 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
> > > >          Issue 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
> > >
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
That's my question too - if there is no downside, why not?


Rui Hu wrote:
> IMO, it's nice to improve our ant script, especially adding the function of
> building native code separately.
> If we can add an useful feature safely, why not to do? :)
> 
> On 9/15/06, Alexey Varlamov <al...@gmail.com> wrote:
>>
>> 2006/9/15, Alexey Petrenko <al...@gmail.com>:
>> > Guys,
>> >
>> > I suggest to close this issue as "won't fix" because current build
>> > allows to build only specified module. And it is enough.
>> So there is the issue, due to this is not enough for some other
>> developers. E.g., me also thinks that it would be nice to have.
>> -- 
>> Regards,
>> Alexey
>>
>> >
>> > Thoughts? Objections?
>> >
>> > SY, Alexey
>> >
>> > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
>> > >    [
>> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930] 
>>
>> > >
>> > > Alexey Petrenko commented on HARMONY-286:
>> > > -----------------------------------------
>> > >
>> > > Current build allows to build only specified module. So I think that
>> this bug should be closed as "won't fix"
>> > >
>> > > > 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
>> > > >          Issue 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
>> > >
>> > >
>> > >
>> >
>> >
>> > --
>> > Alexey A. Petrenko
>> > Intel Middleware Products Division
>> >
>> > ---------------------------------------------------------------------
>> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Rui Hu <ro...@gmail.com>.
IMO, it's nice to improve our ant script, especially adding the function of
building native code separately.
If we can add an useful feature safely, why not to do? :)

On 9/15/06, Alexey Varlamov <al...@gmail.com> wrote:
>
> 2006/9/15, Alexey Petrenko <al...@gmail.com>:
> > Guys,
> >
> > I suggest to close this issue as "won't fix" because current build
> > allows to build only specified module. And it is enough.
> So there is the issue, due to this is not enough for some other
> developers. E.g., me also thinks that it would be nice to have.
> --
> Regards,
> Alexey
>
> >
> > Thoughts? Objections?
> >
> > SY, Alexey
> >
> > 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> > >    [
> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930]
> > >
> > > Alexey Petrenko commented on HARMONY-286:
> > > -----------------------------------------
> > >
> > > Current build allows to build only specified module. So I think that
> this bug should be closed as "won't fix"
> > >
> > > > 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
> > > >          Issue 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
> > >
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Robert Hu
China Software Development Lab, IBM

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

Posted by Alexey Varlamov <al...@gmail.com>.
2006/9/15, Alexey Petrenko <al...@gmail.com>:
> Guys,
>
> I suggest to close this issue as "won't fix" because current build
> allows to build only specified module. And it is enough.
So there is the issue, due to this is not enough for some other
developers. E.g., me also thinks that it would be nice to have.
--
Regards,
Alexey

>
> Thoughts? Objections?
>
> SY, Alexey
>
> 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
> >    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
> >
> > Alexey Petrenko commented on HARMONY-286:
> > -----------------------------------------
> >
> > Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
> >
> > > 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
> > >          Issue 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
> >
> >
> >
>
>
> --
> Alexey A. Petrenko
> Intel Middleware Products Division
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Oliver Deakin <ol...@googlemail.com>.
I've updated the patch and attached it to the JIRA. It adds 6 new targets to
the top level build.xml: clean-java, build-java, rebuild-java, clean-native,
build-native and rebuild-native.

Regards,
Oliver

Alexey Petrenko wrote:
> Guys,
>
> I suggest to close this issue as "won't fix" because current build
> allows to build only specified module. And it is enough.
>
> Thoughts? Objections?
>
> SY, Alexey
>
> 2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
>>    [ 
>> http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 
>> ]
>>
>> Alexey Petrenko commented on HARMONY-286:
>> -----------------------------------------
>>
>> Current build allows to build only specified module. So I think that 
>> this bug should be closed as "won't fix"
>>
>> > 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
>> >          Issue 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
>>
>>
>>
>
>

-- 
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by Alexey Petrenko <al...@gmail.com>.
Guys,

I suggest to close this issue as "won't fix" because current build
allows to build only specified module. And it is enough.

Thoughts? Objections?

SY, Alexey

2006/9/15, Alexey Petrenko (JIRA) <ji...@apache.org>:
>    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ]
>
> Alexey Petrenko commented on HARMONY-286:
> -----------------------------------------
>
> Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"
>
> > 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
> >          Issue 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
>
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12436169 ] 
            
Oliver Deakin commented on HARMONY-286:
---------------------------------------

Looks good - thanks Mark.

> 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
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oliver Deakin
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: build.targets.diff, individual.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

        

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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-286?page=all ]

Mark Hindess resolved HARMONY-286.
----------------------------------

    Resolution: Fixed

Thanks Oliver.  Your patch has been applied in r448109.  Please confirm it has been applied as expected.


> 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
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oliver Deakin
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: build.targets.diff, individual.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

        

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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-286?page=all ]

Mark Hindess reassigned HARMONY-286:
------------------------------------

    Assignee: Mark Hindess

> 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
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oliver Deakin
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: build.targets.diff, individual.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

        

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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-286?page=all ]

Mark Hindess closed HARMONY-286.
--------------------------------


Verified by Oliver.


> 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
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oliver Deakin
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: build.targets.diff, individual.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

        

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

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-286?page=comments#action_12434930 ] 
            
Alexey Petrenko commented on HARMONY-286:
-----------------------------------------

Current build allows to build only specified module. So I think that this bug should be closed as "won't fix"

> 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
>          Issue 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

        

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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-286?page=all ]

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

    Attachment: individual.build.targets.diff

Updated patch: individual.build.targets.diff

> 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
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oliver Deakin
>            Priority: Minor
>         Attachments: build.targets.diff, individual.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