Re: warnings after importing PT_Assistant plugin project

2020-03-03 Thread Michael Zangl

Hi,

You cannot configure IntelliJ to use Subversion - that plugin only uses GIT.

If you want the automated plugin versioning to work, you need to check 
out the plugin from the git repository. You probably did not do that and 
just downloaded the plugin ZIP file - this will work fine to do some 
testing, but for achtual development you should use git.


Michael


On 03.03.20 12:32, Jiri Vlasak wrote:

Hi,

On Tue, Mar 03, 2020 at 08:16:20AM +0530, Vaibhav Bisht wrote:

Hello,
I have recently moved on from eclipse to IntelliJ ide now the problem is
that when I imported the project in the IDE I got three following warnings
WARNING: Could not detect the project version, you are probably not
building inside a git repository!
WARNING: The project version is currently the default value `unspecified`.
WARNING: To change the version number, either build in a git-repository or
set the version manually by adding the line `project.version = "1.2.3"` to
the Gradle build script.

I think that there could be some build issues here. Please let me know what
it is


so it looks like you don't use git for development. Maybe you use svn and need
to configure IntelliJ to use Subversion?

jiri





Re: warnings after importing PT_Assistant plugin project

2020-03-03 Thread Jiri Vlasak
Hi,

On Tue, Mar 03, 2020 at 08:16:20AM +0530, Vaibhav Bisht wrote:
> Hello,
> I have recently moved on from eclipse to IntelliJ ide now the problem is
> that when I imported the project in the IDE I got three following warnings
> WARNING: Could not detect the project version, you are probably not
> building inside a git repository!
> WARNING: The project version is currently the default value `unspecified`.
> WARNING: To change the version number, either build in a git-repository or
> set the version manually by adding the line `project.version = "1.2.3"` to
> the Gradle build script.
> 
> I think that there could be some build issues here. Please let me know what
> it is

so it looks like you don't use git for development. Maybe you use svn and need
to configure IntelliJ to use Subversion?

jiri