[Swift-devel] .backup files in SVN and case conflicts (fwd)
Ioan Raicu
iraicu at cs.uchicago.edu
Fri Sep 21 14:15:42 CDT 2007
Did you do:
cd falkon
ant clean
ant all
The kind of output you have:
> Compiling Console.java
> Compiling UserRun.java
> Note: org/globus/GenericPortal/clients/GPService_instance/UserRun.java
> uses unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
doesn't look like its from ant, but from my regular compile scripts I
had prior...
if you ran falkon/make-falkon.sh, then that is a bit outdated, and you
are not going to get the "BUILD SUCCESSFUL" as its not running through
ant.
OK, so try ant all, and I bet you are going to see the successful
message at the end.
Ioan
Veronika Nefedova wrote:
> Nope. What I sent you below was the very last stdout I had after the
> compile. No 'BUILD SUCCESSFUL" - thus I decided to check with you...
> I am at r1256
>
> Nika
>
> On Sep 21, 2007, at 2:06 PM, Ioan Raicu wrote:
>
>> Those are fine, you can simply ignore them... I need to get them out
>> of there, but just hadn't had the time.
>>
>> You should see the following (placed ... in places where I omitted
>> text) if everything went OK; note that at the very end, there is
>> (BUILD SUCCESSFUL, Total time: 45 seconds):
>>
>> Ioan
>>
>> iraicu at viper:~/java/svn/falkon> ant all
>> Buildfile: build.xml
>>
>> service:
>> [exec] compiling the GenericPortal...
>>
>> [exec] Buildfile: build-falkon.xml
>>
>> [exec] all:
>> [exec] [jar] Building jar:
>> /home/iraicu/java/svn/falkon/service/org_globus_GenericPortal_common.jar
>> ...
>> [exec] [copy] Copying 8 files to
>> /home/iraicu/java/svn/falkon/worker/org
>> [exec] [copy] Copying 38 files to
>> /home/iraicu/java/svn/falkon/client/org
>>
>> [exec] BUILD SUCCESSFUL
>> [exec] Total time: 22 seconds
>>
>> worker:
>> [exec] update the stubs...
>> [exec] cp: cannot create regular file `./schema/.svn/empty-file':
>> Permission denied
>> ...
>> [exec] compile common stuff
>> [exec] Note: Some input files use or override a deprecated API.
>> [exec] Note: Recompile with -deprecation for details.
>> [exec] Compiling ClientCreate.java
>> [exec] Compiling WorkerRun.java
>> [exec] Compiling WorkerRunGram.java
>> [exec] Compiling GramClient
>>
>> client:
>> [exec] compile common stuff
>> [exec] Note: Some input files use or override a deprecated API.
>> [exec] Note: Recompile with -deprecation for details.
>> [exec] Compiling Console.java
>> [exec] Compiling UserRun.java
>>
>> all:
>>
>> BUILD SUCCESSFUL
>> Total time: 45 seconds
>>
>> Veronika Nefedova wrote:
>>> Ioan, this version is much better!
>>>
>>> I still get some warnings/errors. Could you please let me know if
>>> its ok to ignore them? These are just a few of those I got:
>>>
>>> <snip>
>>> cp: cannot create regular file
>>> `./org/globus/GenericPortal/common/.svn/format': Permission denied
>>> cp: cannot create regular file
>>> `./org/globus/GenericPortal/common/.svn/dir-wcprops': Permission denied
>>> compile common stuff
>>> Note: Some input files use or override a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> Note: Some input files use unchecked or unsafe operations.
>>> Note: Recompile with -Xlint:unchecked for details.
>>> Compiling ClientCreate.java
>>> Compiling WorkerRun.java
>>> Compiling WorkerRunGram.java
>>> Note:
>>> org/globus/GenericPortal/clients/GPService_instance/WorkerRunGram.java
>>> uses unchecked or unsafe operations.
>>> Note: Recompile with -Xlint:unchecked for details.
>>> Compiling GramClient
>>> compile common stuff
>>> Note: Some input files use or override a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> Note: Some input files use unchecked or unsafe operations.
>>> Note: Recompile with -Xlint:unchecked for details.
>>> Compiling Console.java
>>> Compiling UserRun.java
>>> Note:
>>> org/globus/GenericPortal/clients/GPService_instance/UserRun.java
>>> uses unchecked or unsafe operations.
>>> Note: Recompile with -Xlint:unchecked for details.
>>>
>>> On Sep 21, 2007, at 1:24 PM, Ben Clifford wrote:
>>>
>>>>
>>>> incremental updates are a bad habit to get into - don't do that.
>>>>
>>>> On Fri, 21 Sep 2007, Ioan Raicu wrote:
>>>>
>>>>> OK, it works for me now! If you want to do incremental updates,
>>>>> here they are:
>>>>>
>>>>> cd falkon/service/org/globus/GenericPortal/services/core/WS/impl
>>>>> svn up
>>>>>
>>>>> cd falkon/service/org/globus/GenericPortal/common
>>>>> svn up
>>>>>
>>>>> falkon/service/schema/GenericPortal/GPService_instance
>>>>> svn up
>>>>>
>>>>> If not, just do a svn up in the root dir.
>>>>>
>>>>> Ioan
>>>>>
>>>>> Ben Clifford wrote:
>>>>>> I just removed a bunch more backup files - r1253
>>>>>>
>>>>>> Don't forget to 'svn update' in your checkout.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>
>> --
>> ============================================
>> Ioan Raicu
>> Ph.D. Student
>> ============================================
>> Distributed Systems Laboratory
>> Computer Science Department
>> University of Chicago
>> 1100 E. 58th Street, Ryerson Hall
>> Chicago, IL 60637
>> ============================================
>> Email: iraicu at cs.uchicago.edu
>> Web: http://www.cs.uchicago.edu/~iraicu
>> http://dsl.cs.uchicago.edu/
>> ============================================
>> ============================================
>>
>
>
--
============================================
Ioan Raicu
Ph.D. Student
============================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
============================================
Email: iraicu at cs.uchicago.edu
Web: http://www.cs.uchicago.edu/~iraicu
http://dsl.cs.uchicago.edu/
============================================
============================================
More information about the Swift-devel
mailing list