You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Charles Moulliard <cm...@gmail.com> on 2010/01/19 16:32:12 UTC

Build error

I would like to report that there is a build error in the module :

[INFO] [bundle:bundle {execution: default-bundle}]
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Aries Application Utils
[INFO]    task-segment: [clean, package]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target
(included: [**], excluded: [])
[INFO] snapshot
org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
checking for updates from codehaus.snapshots
[INFO] snapshot
org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to OSGI-INF/blueprint
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 20 source files to
D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
:[28,35] cannot find symbol
symbol  : class ApplicationMetadataFactory
location: package org.apache.aries.application

D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
:[34,55] cannot find symbol
symbol: class ApplicationMetadataFactory
public class ApplicationMetadataFactoryImpl implements
ApplicationMetadataFactory

D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\ZipFileImpl.java:[
98,12] [deprecation] toURL() in java.io.File has been deprecated

D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\FileImpl.java:[115
,21] [deprecation] toURL() in java.io.File has been deprecated


Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm

Re: Build error

Posted by Charles Moulliard <cm...@gmail.com>.
No more problem after updating my project locally and build it.

Many thanks.

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm


On Tue, Jan 19, 2010 at 5:01 PM, mark <mp...@gmail.com> wrote:

> Hello Charles,
> I've made some changes in that area in the last few hours. Obviously we'll
> see if
> http://hudson.zones.apache.org/hudson/view/Aries/job/Aries/169/fails,
> but in the meantime I've obtained and built a clean svn extract and
> have not been able to reproduce the problem you've shown below. Can you
> please update your svn tree - at least under trunk/application and
> trunk/testsupport, rebuild, and let me know if that fixes the problem?
> Thank
> you.
>
> I'll also fix the deprecated File.toURL() calls you've noticed.
>
> Regards,
> Mark
>
> 2010/1/19 Charles Moulliard <cm...@gmail.com>
>
> > I would like to report that there is a build error in the module :
> >
> > [INFO] [bundle:bundle {execution: default-bundle}]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache Aries Application Utils
> > [INFO]    task-segment: [clean, package]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [clean:clean {execution: default-clean}]
> > [INFO] Deleting file set:
> > D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target
> > (included: [**], excluded: [])
> > [INFO] snapshot
> >
> >
> org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
> > checking for updates from codehaus.snapshots
> > [INFO] snapshot
> >
> >
> org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
> > checking for updates from apache.snapshots
> > [INFO] [enforcer:enforce {execution: default}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource to OSGI-INF/blueprint
> > [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 20 source files to
> >
> >
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target\classes
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Compilation failure
> >
> >
> >
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
> > :[28,35] cannot find symbol
> > symbol  : class ApplicationMetadataFactory
> > location: package org.apache.aries.application
> >
> >
> >
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
> > :[34,55] cannot find symbol
> > symbol: class ApplicationMetadataFactory
> > public class ApplicationMetadataFactoryImpl implements
> > ApplicationMetadataFactory
> >
> >
> >
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\ZipFileImpl.java:[
> > 98,12] [deprecation] toURL() in java.io.File has been deprecated
> >
> >
> >
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\FileImpl.java:[115
> > ,21] [deprecation] toURL() in java.io.File has been deprecated
> >
> >
> > Regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> > twitter : http://twitter.com/cmoulliard
> > Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> >
> > Apache Camel Group :
> > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> >
>

Re: Build error

Posted by mark <mp...@gmail.com>.
Hello Charles,
I've made some changes in that area in the last few hours. Obviously we'll
see if http://hudson.zones.apache.org/hudson/view/Aries/job/Aries/169/fails,
but in the meantime I've obtained and built a clean svn extract and
have not been able to reproduce the problem you've shown below. Can you
please update your svn tree - at least under trunk/application and
trunk/testsupport, rebuild, and let me know if that fixes the problem? Thank
you.

I'll also fix the deprecated File.toURL() calls you've noticed.

Regards,
Mark

2010/1/19 Charles Moulliard <cm...@gmail.com>

> I would like to report that there is a build error in the module :
>
> [INFO] [bundle:bundle {execution: default-bundle}]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Aries Application Utils
> [INFO]    task-segment: [clean, package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target
> (included: [**], excluded: [])
> [INFO] snapshot
>
> org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
> checking for updates from codehaus.snapshots
> [INFO] snapshot
>
> org.apache.aries.application:org.apache.aries.application.api:1.0.0-incubating-SNAPSHOT:
> checking for updates from apache.snapshots
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource to OSGI-INF/blueprint
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 20 source files to
>
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
>
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
> :[28,35] cannot find symbol
> symbol  : class ApplicationMetadataFactory
> location: package org.apache.aries.application
>
>
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\impl\ApplicationMetadataFactoryImpl.java
> :[34,55] cannot find symbol
> symbol: class ApplicationMetadataFactory
> public class ApplicationMetadataFactoryImpl implements
> ApplicationMetadataFactory
>
>
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\ZipFileImpl.java:[
> 98,12] [deprecation] toURL() in java.io.File has been deprecated
>
>
> D:\Dvlpt\Java\workspace\apache-aries\application\application-utils\src\main\java\org\apache\aries\application\utils\filesystem\impl\FileImpl.java:[115
> ,21] [deprecation] toURL() in java.io.File has been deprecated
>
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>