Re: [ostorybook-dev] [GIT] Possible issues |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ostorybook-dev Archives
]
- To: ostorybook-dev@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [ostorybook-dev] [GIT] Possible issues
- From: Bruno Raoult <braoult@xxxxxx>
- Date: Sat, 11 Mar 2017 12:08:52 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1489205340; bh=tb3Rkf3I3n3Zd5kdaEn8rBHEPTI+ilEI5PgIAzf4Txw=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=fwVyeuwac0xmoGRM3KRJS3ubKSK3Zmr3XV+jfOsfVk5VUMAi37+VaZYIgzp3NtBBP 7k+SZSu5+CLxFiwxumAUx85EF6kMS8JVKfwNF7Ugwh2E5Lv6jCltqWvXwbyAdfNbJ9 na+YIZmdCy9HNV4BGgtk21D0IPngw9okeK/C0/S0=
- Feedback-id: esmtp:qq.com:bgforeign:bgforeign1
Hi,
On 03/11/2017 07:10 AM, oStorybook wrote:
Hi,
...
Could you check nothing looks weird on your side ?
No problem for me (pull+merge).
Good.
Also, I am not able to compile anymore the "master" branch, a file is
missing (ROOT/lib/nblibraries.properties). Maybe coz' /lib/ is in
.gitignore ?
Yes, you have to dowload the libs and unzip it int the src/lib
directory (to create).
OK. As the libs are part of the git repository, I added the unzip in the
build.xml (I feel uncomfortable to have to manually "unzip" after each
pull).
What about removing the zip, and add the real ROOT/lib directory in GIT
? This would be more efficient (for disk space and network transfers).
Last question : I understood ROOT/nbproject was going to be removed,
what will happen with this user-specific directory ?
If you don't use Netbeans this file is not necessary. If you do,
Netbeans update the right directories.
Not really : I cannot remove this directory, as ant will fail (which
means it is necessary, even for people who don't use Netbeans).
So we really have here a user-specific directory which is necessary to
build the project.
New problem, when compiling:
-do-compile:
[javac] Compiling 86 source files to
/export/home/br/dev/ostorybook/br-5.00.03/build/classes
[javac]
/export/home/br/dev/ostorybook/br-5.00.03/src/storybook/ui/table/AbstractTable.java:50:
error: package org.jopendocument.dom does not exist
[javac] import org.jopendocument.dom.OOUtils;
[javac] ^
[javac]
/export/home/br/dev/ostorybook/br-5.00.03/src/storybook/ui/table/AbstractTable.java:686:
error: cannot find symbol
[javac] OOUtils.open(file);
[javac] ^
[javac] symbol: variable OOUtils
[javac] location: class AbstractTable
[javac] 2 errors
I suspect the libs zip file is not correct on repository.
Could someone fix it ?
br.
--
oStorybook dev team