« Return to Thread: Which code-base to use?

Re: Which code-base to use?

by Michael Bechard :: Rate this Message:

Reply to Author | View in Thread


Hmm, I've tried "Clean & Build" for main and blue-core, I've also done an update with dependencies from SVN; everything seems to be there.

It looks like there may be a dependency for com-l2fprod-common.jar missing from the project. Maybe you've got that one in your CLASSPATH environment variable somewhere? When I do a "find . -name 'com-*'" from the root folder, nothing shows up.



----- Original Message ----
From: Steven Yi <stevenyi@...>
To: blue developer list <bluemusic-devel@...>
Sent: Thursday, April 2, 2009 3:45:46 PM
Subject: Re: [Bluemusic-devel] Which code-base to use?

Strange, I'd try doing a "Clean and Build" and if that doesn't work,
check to make sure the SVN checkout completely checked out everything.

On Thu, Apr 2, 2009 at 1:28 PM, Michael Bechard <gothmagog@...> wrote:

>
> Ok, now I told the "blue" project to open the required projects, which it dutifully did, open a slew of others, a few of which have a red exclamation mark beside the project icon. I figure I'll start with blue-core (which also has a red exclamation mark beside it). I right-click, select Build, and here's my output:
>
> taskdefs:
> common-init:
> projectized-common.basic-init:
> basic-init:
> files-init:
> nbm-license-init:
> build-init:
> Scanning for modules in /usr/share/netbeans/6.0.1
> Scanning for modules in suite /home/gogmagog/Projects/Java/blue_new/trunk
> /usr/share/netbeans/6.0.1/harness/build.xml:97: No such classpath entry: /home/gogmagog/Projects/Java/blue_new/trunk/build/cluster/modules/com-l2fprod-common.jar
> BUILD FAILED (total time: 0 seconds)
>
>
>
>
> ----- Original Message ----
> From: Steven Yi <stevenyi@...>
> To: blue developer list <bluemusic-devel@...>
> Sent: Thursday, April 2, 2009 3:01:01 PM
> Subject: Re: [Bluemusic-devel] Which code-base to use?
>
> Sorry, try using blue/trunk and not blue2/trunk
>
> On Thu, Apr 2, 2009 at 12:41 PM, Michael Bechard <gothmagog@...> wrote:
>>
>> I get an error from SVN: "URL 'https://bluemusic.svn.sourceforge.net/svnroot/bluemusic/blue2/trunk' doesn't exist"
>>
>>
>>
>> ----- Original Message ----
>> From: Steven Yi <stevenyi@...>
>> To: blue developer list <bluemusic-devel@...>
>> Sent: Thursday, April 2, 2009 2:16:32 PM
>> Subject: Re: [Bluemusic-devel] Which code-base to use?
>>
>> The code is in a working, compilable, runnable state, but not
>> everything is yet implemented from blue1.  The code will require
>> Netbeans to edit and compile(I am using netbeans 6.5). You can check
>> out the code with svn, using
>> https://bluemusic.svn.sourceforge.net/svnroot/bluemusic as the
>> repository URL, then checkout blue2/trunk as the repository folder (I
>> check out this as blue2 locally).  You should see a lot of module
>> folders in there.  In Netbeans, you should be able to open up the
>> blue2 directory as a module suite project.
>>
>> Let me know if you get through this and if you have any issues!
>>
>> steven
>>
>> On Thu, Apr 2, 2009 at 11:43 AM, Michael Bechard <gothmagog@...> wrote:
>>>
>>> Can I download the RCP code and run it? Is it in a reasonably workable state?
>>>
>>>
>>>
>>> ----- Original Message ----
>>> From: Steven Yi <stevenyi@...>
>>> To: blue developer list <bluemusic-devel@...>
>>> Sent: Thursday, April 2, 2009 1:37:03 PM
>>> Subject: Re: [Bluemusic-devel] Which code-base to use?
>>>
>>> Hi Michael,
>>>
>>> Development on code outside of the RCP-based work has ceased by me.  I
>>> would put any changes into the RCP code, but there's still some work
>>> to be done (I got stalled due to a really busy life lately).  If you
>>> do have a fix, I'd say either work with the old code locally and hold
>>> onto it or send a patch file to me, or just email here changes and I
>>> can apply them to blue2.
>>>
>>> Thanks!
>>> steven
>>>
>>> On Thu, Apr 2, 2009 at 11:31 AM, Michael Bechard <gothmagog@...> wrote:
>>>>
>>>> I want to refresh my codebase so that I may look into a few bugs myself. But I'm wondering which code-base I should use; the old or the new RCP-based one? Is RCP anywhere near ready at this point? Which code-base would be best to check in bug fixes at this point? I don't have any bug fixes ready to be checked in at this point, mind you, but I'd like to be able to do that in the near future.
>>>>
>>>> Thanks,
>>>> Michael
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> _______________________________________________
>>>> Bluemusic-devel mailing list
>>>> Bluemusic-devel@...
>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Bluemusic-devel mailing list
>>> Bluemusic-devel@...
>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Bluemusic-devel mailing list
>>> Bluemusic-devel@...
>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Bluemusic-devel mailing list
>> Bluemusic-devel@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Bluemusic-devel mailing list
>> Bluemusic-devel@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Bluemusic-devel mailing list
> Bluemusic-devel@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Bluemusic-devel mailing list
> Bluemusic-devel@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-devel
>

------------------------------------------------------------------------------
_______________________________________________
Bluemusic-devel mailing list
Bluemusic-devel@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-devel



     

------------------------------------------------------------------------------
_______________________________________________
Bluemusic-devel mailing list
Bluemusic-devel@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-devel

 « Return to Thread: Which code-base to use?