You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Alex Boisvert <bo...@intalio.com> on 2009/02/28 00:38:55 UTC

Packaging [...] messages

I'm contemplating adding an info-level message for packaging tasks such as
the following:
(Packaging [...] messages highlighted in red below; require HTML email
client),

boisvert@sixtine:~/svn/n3/console/trunk$ b13 package
(in /home/boisvert/svn/n3/console/trunk, development)
Building console
Compiling console:models into
/home/boisvert/svn/n3/console/trunk/models/target/classes
Compiling console:ode-deployment-client into
/home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/classes
Packaging
/home/boisvert/svn/n3/console/trunk/models/target/console-models-5.2.1.8-SNAPSHOT.jar
Packaging
/home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/intalio-bpms-console-deployment-client-5.2.1.8-SNAPSHOT.jar
Compiling console:webapp into
/home/boisvert/svn/n3/console/trunk/webapp/target/classes
Note:
/home/boisvert/svn/n3/console/trunk/webapp/src/main/java/com/intalio/bpms/console/helper/InstancesHelper.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Compiling console:webapp:test into
/home/boisvert/svn/n3/console/trunk/webapp/target/test/classes
Running tests in console:webapp
Trying to override old definition of datatype junit
    [junit] Testsuite: com.intalio.bpms.console.utils.RelativeDateParserTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
    [junit]
    [junit] Testcase: testEmpty took 0.004 sec
    [junit] Testcase: testCorrectRelativeDates took 0.006 sec
    [junit] Testcase: testUnnecessarySymbols took 0.004 sec
    [junit] Testcase: testOverheadModifierValues took 0.01 sec
    [junit] Testcase: testInvalidSymbols took 0 sec
    [junit] Testcase: testDublicateModifiers took 0 sec
    [junit] Testcase: testWrongModifierValues took 0.001 sec
    [junit] Testcase: testIncorrectModifiersOrder took 0 sec
Packaging console
Packaging
/home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-webapp-5.2.1.8-SNAPSHOT.war
Packaging
/home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-standalone-5.2.1.8-SNAPSHOT.war
Running integration tests...
Completed in 5.758s

What do others think?  Helpful or cluttery?

alex

Re: Packaging [...] messages

Posted by Alex Boisvert <bo...@intalio.com>.
Ok, done.

On Fri, Feb 27, 2009 at 3:45 PM, Assaf Arkin <ar...@intalio.com> wrote:

> +1  How about file name (not full path) to replace  "packaging project"?
>
> Assaf
>
> On Fri, Feb 27, 2009 at 3:38 PM, Alex Boisvert <bo...@intalio.com>
> wrote:
>
> > I'm contemplating adding an info-level message for packaging tasks such
> as
> > the following:
> > (Packaging [...] messages highlighted in red below; require HTML email
> > client),
> >
> > boisvert@sixtine:~/svn/n3/console/trunk$ b13 package
> > (in /home/boisvert/svn/n3/console/trunk, development)
> > Building console
> > Compiling console:models into
> > /home/boisvert/svn/n3/console/trunk/models/target/classes
> > Compiling console:ode-deployment-client into
> > /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/classes
> > Packaging
> >
> >
> /home/boisvert/svn/n3/console/trunk/models/target/console-models-5.2.1.8-SNAPSHOT.jar
> > Packaging
> >
> >
> /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/intalio-bpms-console-deployment-client-5.2.1.8-SNAPSHOT.jar
> > Compiling console:webapp into
> > /home/boisvert/svn/n3/console/trunk/webapp/target/classes
> > Note:
> >
> >
> /home/boisvert/svn/n3/console/trunk/webapp/src/main/java/com/intalio/bpms/console/helper/InstancesHelper.java
> > uses or overrides a deprecated API.
> > Note: Recompile with -Xlint:deprecation for details.
> > Compiling console:webapp:test into
> > /home/boisvert/svn/n3/console/trunk/webapp/target/test/classes
> > Running tests in console:webapp
> > Trying to override old definition of datatype junit
> >    [junit] Testsuite:
> com.intalio.bpms.console.utils.RelativeDateParserTest
> >    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
> >    [junit]
> >    [junit] Testcase: testEmpty took 0.004 sec
> >    [junit] Testcase: testCorrectRelativeDates took 0.006 sec
> >    [junit] Testcase: testUnnecessarySymbols took 0.004 sec
> >    [junit] Testcase: testOverheadModifierValues took 0.01 sec
> >    [junit] Testcase: testInvalidSymbols took 0 sec
> >    [junit] Testcase: testDublicateModifiers took 0 sec
> >    [junit] Testcase: testWrongModifierValues took 0.001 sec
> >    [junit] Testcase: testIncorrectModifiersOrder took 0 sec
> > Packaging console
> > Packaging
> >
> >
> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-webapp-5.2.1.8-SNAPSHOT.war
> > Packaging
> >
> >
> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-standalone-5.2.1.8-SNAPSHOT.war
> > Running integration tests...
> > Completed in 5.758s
> >
> > What do others think?  Helpful or cluttery?
> >
> > alex
> >
>

Re: Packaging [...] messages

Posted by lacton <la...@users.sourceforge.net>.
+1

Lacton

On Sat, Feb 28, 2009 at 12:45 AM, Assaf Arkin <ar...@intalio.com> wrote:
> +1  How about file name (not full path) to replace  "packaging project"?
>
> Assaf
>
> On Fri, Feb 27, 2009 at 3:38 PM, Alex Boisvert <bo...@intalio.com> wrote:
>
>> I'm contemplating adding an info-level message for packaging tasks such as
>> the following:
>> (Packaging [...] messages highlighted in red below; require HTML email
>> client),
>>
>> boisvert@sixtine:~/svn/n3/console/trunk$ b13 package
>> (in /home/boisvert/svn/n3/console/trunk, development)
>> Building console
>> Compiling console:models into
>> /home/boisvert/svn/n3/console/trunk/models/target/classes
>> Compiling console:ode-deployment-client into
>> /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/classes
>> Packaging
>>
>> /home/boisvert/svn/n3/console/trunk/models/target/console-models-5.2.1.8-SNAPSHOT.jar
>> Packaging
>>
>> /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/intalio-bpms-console-deployment-client-5.2.1.8-SNAPSHOT.jar
>> Compiling console:webapp into
>> /home/boisvert/svn/n3/console/trunk/webapp/target/classes
>> Note:
>>
>> /home/boisvert/svn/n3/console/trunk/webapp/src/main/java/com/intalio/bpms/console/helper/InstancesHelper.java
>> uses or overrides a deprecated API.
>> Note: Recompile with -Xlint:deprecation for details.
>> Compiling console:webapp:test into
>> /home/boisvert/svn/n3/console/trunk/webapp/target/test/classes
>> Running tests in console:webapp
>> Trying to override old definition of datatype junit
>>    [junit] Testsuite: com.intalio.bpms.console.utils.RelativeDateParserTest
>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
>>    [junit]
>>    [junit] Testcase: testEmpty took 0.004 sec
>>    [junit] Testcase: testCorrectRelativeDates took 0.006 sec
>>    [junit] Testcase: testUnnecessarySymbols took 0.004 sec
>>    [junit] Testcase: testOverheadModifierValues took 0.01 sec
>>    [junit] Testcase: testInvalidSymbols took 0 sec
>>    [junit] Testcase: testDublicateModifiers took 0 sec
>>    [junit] Testcase: testWrongModifierValues took 0.001 sec
>>    [junit] Testcase: testIncorrectModifiersOrder took 0 sec
>> Packaging console
>> Packaging
>>
>> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-webapp-5.2.1.8-SNAPSHOT.war
>> Packaging
>>
>> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-standalone-5.2.1.8-SNAPSHOT.war
>> Running integration tests...
>> Completed in 5.758s
>>
>> What do others think?  Helpful or cluttery?
>>
>> alex
>>
>

Re: Packaging [...] messages

Posted by Assaf Arkin <ar...@intalio.com>.
+1  How about file name (not full path) to replace  "packaging project"?

Assaf

On Fri, Feb 27, 2009 at 3:38 PM, Alex Boisvert <bo...@intalio.com> wrote:

> I'm contemplating adding an info-level message for packaging tasks such as
> the following:
> (Packaging [...] messages highlighted in red below; require HTML email
> client),
>
> boisvert@sixtine:~/svn/n3/console/trunk$ b13 package
> (in /home/boisvert/svn/n3/console/trunk, development)
> Building console
> Compiling console:models into
> /home/boisvert/svn/n3/console/trunk/models/target/classes
> Compiling console:ode-deployment-client into
> /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/classes
> Packaging
>
> /home/boisvert/svn/n3/console/trunk/models/target/console-models-5.2.1.8-SNAPSHOT.jar
> Packaging
>
> /home/boisvert/svn/n3/console/trunk/ode-deployment-client/target/intalio-bpms-console-deployment-client-5.2.1.8-SNAPSHOT.jar
> Compiling console:webapp into
> /home/boisvert/svn/n3/console/trunk/webapp/target/classes
> Note:
>
> /home/boisvert/svn/n3/console/trunk/webapp/src/main/java/com/intalio/bpms/console/helper/InstancesHelper.java
> uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Compiling console:webapp:test into
> /home/boisvert/svn/n3/console/trunk/webapp/target/test/classes
> Running tests in console:webapp
> Trying to override old definition of datatype junit
>    [junit] Testsuite: com.intalio.bpms.console.utils.RelativeDateParserTest
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
>    [junit]
>    [junit] Testcase: testEmpty took 0.004 sec
>    [junit] Testcase: testCorrectRelativeDates took 0.006 sec
>    [junit] Testcase: testUnnecessarySymbols took 0.004 sec
>    [junit] Testcase: testOverheadModifierValues took 0.01 sec
>    [junit] Testcase: testInvalidSymbols took 0 sec
>    [junit] Testcase: testDublicateModifiers took 0 sec
>    [junit] Testcase: testWrongModifierValues took 0.001 sec
>    [junit] Testcase: testIncorrectModifiersOrder took 0 sec
> Packaging console
> Packaging
>
> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-webapp-5.2.1.8-SNAPSHOT.war
> Packaging
>
> /home/boisvert/svn/n3/console/trunk/webapp/target/intalio-bpms-console-standalone-5.2.1.8-SNAPSHOT.war
> Running integration tests...
> Completed in 5.758s
>
> What do others think?  Helpful or cluttery?
>
> alex
>