List Info

Thread: Build problems




Build problems
user name
2007-11-28 21:36:36
Can't compile jbc core; maybe something didn't get checked
in?

[INFO] Compiling 300 source files to 
/home/bes/dev/jbc/core/trunk/target/classes
[INFO] 
------------------------------------------------------------
------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------
------------
[INFO] Compilation failure

/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[6,43] 
package org.jboss.cache.factories.injection does not exist

/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[60,61] 
package ComponentFactory does not exist

/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[69,75] 
package ComponentFactory does not exist

/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[75,27] 
package ComponentFactory does not exist

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberryredhat.com
_______________________________________________
jbosscache-dev mailing list
jbosscache-devlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev

Re: Build problems
user name
2007-11-28 22:23:59
Manik is working on fixing this. Somehow a partial commit
got in the 
tree. It should build if you back out the most recent
changeset.
Brian Stansberry wrote:
> Can't compile jbc core; maybe something didn't get
checked in?
> 
> [INFO] Compiling 300 source files to 
> /home/bes/dev/jbc/core/trunk/target/classes
> [INFO] 
>
------------------------------------------------------------
------------
> [ERROR] BUILD FAILURE
> [INFO] 
>
------------------------------------------------------------
------------
> [INFO] Compilation failure
> 
>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[6,43] 
> package org.jboss.cache.factories.injection does not
exist
> 
>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[60,61] 
> package ComponentFactory does not exist
> 
>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[69,75] 
> package ComponentFactory does not exist
> 
>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[75,27] 
> package ComponentFactory does not exist
> 


-- 
Jason T. Greene
JBoss, a division of Red Hat
_______________________________________________
jbosscache-dev mailing list
jbosscache-devlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev

Re: Build problems
user name
2007-11-29 08:35:15
Right, it just commits what you tell it to. So if you modify
a java file
so that it depends on a new not yet added file to the repo,
and then you 
forget to run "svn add" on that new file, you get
this situation 

Bela Ban wrote:
> LO, I thought SVN doesn't 'do' partial commits ! 
> 
> Jason T. Greene wrote:
>> Manik is working on fixing this. Somehow a partial
commit got in the 
>> tree. It should build if you back out the most
recent changeset.
>> Brian Stansberry wrote:
>>> Can't compile jbc core; maybe something didn't
get checked in?
>>>
>>> [INFO] Compiling 300 source files to 
>>> /home/bes/dev/jbc/core/trunk/target/classes
>>> [INFO] 
>>>
------------------------------------------------------------
------------
>>> [ERROR] BUILD FAILURE
>>> [INFO] 
>>>
------------------------------------------------------------
------------
>>> [INFO] Compilation failure
>>>
>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[6,43] 
>>> package org.jboss.cache.factories.injection
does not exist
>>>
>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[60,61] 
>>> package ComponentFactory does not exist
>>>
>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[69,75] 
>>> package ComponentFactory does not exist
>>>
>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/CachePrinter.java:[75,27] 
>>> package ComponentFactory does not exist
>>>
>>
>>
> 


-- 
Jason T. Greene
JBoss, a division of Red Hat
_______________________________________________
jbosscache-dev mailing list
jbosscache-devlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev

Re: Build problems
user name
2007-11-29 11:11:15
Cleaned up.  Sorry about that!

On 29 Nov 2007, at 16:30, Manik Surtani wrote:

> Crap, my mistake.  Will sort this out pronto.
>
> On 29 Nov 2007, at 14:35, Jason T. Greene wrote:
>
>> Right, it just commits what you tell it to. So if
you modify a java  
>> file
>> so that it depends on a new not yet added file to
the repo, and  
>> then you forget to run "svn add" on that
new file, you get this  
>> situation 
>>
>> Bela Ban wrote:
>>> LO, I thought SVN doesn't 'do' partial commits
! 
>>> Jason T. Greene wrote:
>>>> Manik is working on fixing this. Somehow a
partial commit got in  
>>>> the tree. It should build if you back out
the most recent  
>>>> changeset.
>>>> Brian Stansberry wrote:
>>>>> Can't compile jbc core; maybe something
didn't get checked in?
>>>>>
>>>>> [INFO] Compiling 300 source files to
/home/bes/dev/jbc/core/ 
>>>>> trunk/target/classes
>>>>> [INFO]  
>>>>>
------------------------------------------------------------
------------
>>>>> [ERROR] BUILD FAILURE
>>>>> [INFO]  
>>>>>
------------------------------------------------------------
------------
>>>>> [INFO] Compilation failure
>>>>>
>>>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/ 
>>>>> CachePrinter.java:[6,43] package  
>>>>> org.jboss.cache.factories.injection
does not exist
>>>>>
>>>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/ 
>>>>> CachePrinter.java:[60,61] package
ComponentFactory does not exist
>>>>>
>>>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/ 
>>>>> CachePrinter.java:[69,75] package
ComponentFactory does not exist
>>>>>
>>>>>
/home/bes/dev/jbc/core/trunk/src/main/java/org/jboss/cache/u
til/ 
>>>>> CachePrinter.java:[75,27] package
ComponentFactory does not exist
>>>>>
>>>>
>>>>
>>
>>
>> -- 
>> Jason T. Greene
>> JBoss, a division of Red Hat
>> _______________________________________________
>> jbosscache-dev mailing list
>> jbosscache-devlists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
>
> --
> Manik Surtani
> Lead, JBoss Cache
> manikjboss.org
>
>
>
>
>
>
> _______________________________________________
> jbosscache-dev mailing list
> jbosscache-devlists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-dev

--
Manik Surtani
Lead, JBoss Cache
manikjboss.org






_______________________________________________
jbosscache-dev mailing list
jbosscache-devlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )