Coder Social home page Coder Social logo

nanspellicari / ue4-tpl-cppwithtestenv Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 7.0 287 KB

Launch your tests and code coverage in UE4 project with just 1 commandline + get nice reports!

License: Apache License 2.0

Batchfile 23.82% C# 5.87% C++ 5.81% C 1.21% JavaScript 29.20% HTML 15.44% PowerShell 18.64%

ue4-tpl-cppwithtestenv's People

Contributors

nanspellicari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ue4-tpl-cppwithtestenv's Issues

GetConfig.ps1 not prompting for UE4 Path

When I ran the code and tried to rename the project file, all I get is a

Wrong path " " given for the engine directory, can't find the "Engine\Build\BatchFiles\Build.bat" file.

There is never a prompt asking me to enter the UE4 path.

Unaware of the issue, not sure if the GetConfig file is being called correctly (tried adding a Write-Host to start of file but it never outputs to console).

No access rights to submodule

When using git submodule update --init --recursive, the terminal throws a no correct access rights response.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:NansPellicari/UE4-GoogleTest.git' into submodule path 'C:/Users/chris/Documents/Unreal Projects/MyNewGame/Plugins/GoogleTest' failed

Unsure of the steps to allow access to users other than yourself, as I can see the files perfectly fine on GitHub.

Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\S' because it does not exist.

Hi, I'm trying to get this set up and am on the ChangeProjectName.bat step and am running into this issue:

$ ./ChangeProjectName.bat -f 'TestRunnerTest'
Clean project dirs
Rename all project files and dir
force? True
1- Will changes "MyProject" to "TestRunnerTest" files and directory names.
2- Will replaces "MyProject" occurences to "TestRunnerTest" in all files recursively in ./Source/ ./Config/ dir.
Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\S' because it does not exist.
At C:\Users\tmend\Code\TestRunnerTest\Scripts\RenameProject.ps1:44 char:5
+     Get-ChildItem -File -Path "./Source/","./Config/" -Recurse -Exclu ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\tmend\Code\S:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\C' because it does not exist.
At C:\Users\tmend\Code\TestRunnerTest\Scripts\RenameProject.ps1:44 char:5
+     Get-ChildItem -File -Path "./Source/","./Config/" -Recurse -Exclu ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\tmend\Code\C:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\S' because it does not exist.
At C:\Users\tmend\Code\TestRunnerTest\Scripts\RenameProject.ps1:49 char:5
+     Get-ChildItem -File -Path "./Source/","./Config/" -Recurse -Exclu ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\tmend\Code\S:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\C' because it does not exist.
At C:\Users\tmend\Code\TestRunnerTest\Scripts\RenameProject.ps1:49 char:5
+     Get-ChildItem -File -Path "./Source/","./Config/" -Recurse -Exclu ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\tmend\Code\C:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

3- Will replaces "MyProject" occurences to "TestRunnerTest" in all files at the root dir & TestsReports/ (not recursive).
Get-ChildItem : Cannot find path 'C:\Users\tmend\Code\TestsReports\' because it does not exist.
At C:\Users\tmend\Code\TestRunnerTest\Scripts\RenameProject.ps1:64 char:5
+     Get-ChildItem -File -Path ".","./TestsReports/" | ForEach-Object  ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\tmend\Code\TestsReports\:String) [Get-ChildItem], ItemNotFound
   Exception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Project does not exists here: "C:\Users\tmend\Code\TestRunnerTest\MyProject.uproject"

Let me know if there's any additional information I can provide, thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.